StylePropertyValueKind

enum StylePropertyValueKind

Describes the kind of a style property value.

Entries

UNDEFINED
Link copied to clipboard
The property value is not defined.
CONSTANT
Link copied to clipboard
The property value is a constant.
EXPRESSION
Link copied to clipboard
The property value is a style [expression](https://docs.mapbox.com/mapbox-gl-js/style-spec/#expressions).
TRANSITION
Link copied to clipboard
Property value is a style [transition](https://docs.mapbox.com/mapbox-gl-js/style-spec/#transition).